home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TPROGRESSDLG / TPROGRESSDLG.txt
Text File  |  2005-06-02  |  815b  |  44 lines

  1. object ProgressDlg: TProgressDlg
  2.   Left = 358
  3.   Top = 386
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Traitement...'
  7.   ClientHeight = 83
  8.   ClientWidth = 282
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Description: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 3
  23.     Height = 13
  24.   end
  25.   object CancelBtn: TBitBtn
  26.     Left = 104
  27.     Top = 56
  28.     Width = 73
  29.     Height = 23
  30.     Caption = 'Annuler'
  31.     TabOrder = 0
  32.     OnClick = CancelBtnClick
  33.     NumGlyphs = 2
  34.   end
  35.   object ProgressBar: TProgressBar
  36.     Left = 8
  37.     Top = 24
  38.     Width = 265
  39.     Height = 16
  40.     Smooth = True
  41.     TabOrder = 1
  42.   end
  43. end
  44.